home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / drappa / setup.exe / {app} / scripts / dosomething.lcc next >
Encoding:
Text File  |  2005-08-18  |  232 b   |  15 lines

  1. /*
  2.  *    LaCube testing script
  3.  *
  4.  *    name: DoSomething
  5.  *    description: display a message with a text
  6.  *    code: Lettique
  7.  *    last modification: May 1st, 2005, 22:11
  8.  *
  9.  */
  10.  
  11. void DoSomething()
  12. {
  13.     MessageBox( "a message" );
  14.  
  15. }